home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / devtools / flex-2.5.4.tar.gz / flex-2.5.4.tar / flex-2.5.4 / MISC / Borland / config.h next >
Text File  |  1995-03-28  |  961b  |  30 lines

  1. /* $Header: /home/daffy/u0/vern/flex/RCS/conf.in,v 1.2 95/01/09 12:11:51 vern Exp $ */
  2. /* ------------------------------------------------ */
  3. /* version of config.h for Borland C/C++ v4.02      */
  4. /*                     flex version 2.5.0.6  (beta) */
  5. /* ------------------------------------------------ */
  6.  
  7. /* Define to empty if the keyword does not work.  */
  8. #undef const
  9.  
  10. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  11. #undef size_t
  12.  
  13. /* Define if you have the ANSI C header files.  */
  14. #define STDC_HEADERS 1
  15.  
  16. /* Define if you have the <malloc.h> header file.  */
  17. #define HAVE_MALLOC_H 1
  18.  
  19. /* Define if you have the <string.h> header file.  */
  20. #define HAVE_STRING_H 1
  21.  
  22. /* Define if you have the <sys/types.h> header file.  */
  23. #define HAVE_SYS_TYPES_H 1
  24.  
  25. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  26. #undef HAVE_ALLOCA_H
  27.  
  28. /* Define if platform-specific command line handling is necessary.  */
  29. #undef NEED_ARGV_FIXUP
  30.